Global variable definition

Search

Global variable

Global variable logo #21000 In computer programming, a global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed. The set of all global variables is known as the global environment or global state. In compiled languages, global variables are generally static variables, whose extent (lifetime) is the...
Found on http://en.wikipedia.org/wiki/Global_variable
No exact match found.